home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 December
/
2004-12 CHIP.iso
/
Internet
/
The Bat! Professional 3.01
/
thebat_professional.msi
/
Data1.cab
/
thebat.exe
/
0
/
RCDATA
/
TFRMRVITEMPROP
/
TFRMRVITEMPROP.txt
Wrap
Text File
|
2004-10-12
|
86KB
|
1,730 lines
inherited frmRVItemProp: TfrmRVItemProp
Left = 342
Top = 64
BorderStyle = bsDialog
Caption = 'Properties'
ClientHeight = 442
ClientWidth = 426
KeyPreview = True
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object btnOk: TButton
Left = 215
Top = 411
Width = 100
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object btnCancel: TButton
Left = 321
Top = 411
Width = 100
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object pc: TPageControl
Left = 6
Top = 3
Width = 418
Height = 400
ActivePage = tsImage
TabOrder = 0
object tsImage: TTabSheet
Caption = ' Image '
object lblPreview: TLabel
Left = 6
Top = 5
Width = 41
Height = 13
Caption = 'Preview:'
end
object Panel1: TPanel
Left = 6
Top = 21
Width = 397
Height = 263
BevelOuter = bvNone
BorderStyle = bsSingle
Color = clBtnShadow
TabOrder = 0
object img: TImage
Left = 0
Top = 0
Width = 393
Height = 259
Align = alClient
Center = True
Stretch = True
OnDblClick = btnChangeImageClick
end
end
object btnChangeImage: TButton
Left = 303
Top = 298
Width = 100
Height = 25
Caption = 'C&hange...'
TabOrder = 1
OnClick = btnChangeImageClick
end
object gbTransp: TGroupBox
Left = 6
Top = 286
Width = 289
Height = 81
Caption = 'Transparency'
TabOrder = 2
object lblTrColor: TLabel
Left = 120
Top = 22
Width = 86
Height = 13
Caption = 'Transparent &color:'
FocusControl = cmbColor
end
object cmbColor: TRVColorCombo
Left = 120
Top = 39
Width = 156
Height = 26
Indeterminate = True
OnColorChange = cmbColorColorChange
TabOrder = 1
Caption = 'cmbColor'
ParentColor = False
end
object cbTransp: TCheckBox
Left = 13
Top = 37
Width = 97
Height = 17
Caption = '&Transparent'
TabOrder = 0
end
end
end
object tsImgLayout: TTabSheet
Caption = ' Layout '
ImageIndex = 1
object gbVAlign: TGroupBox
Left = 8
Top = 6
Width = 395
Height = 95
Caption = ' Vertical alignment '
TabOrder = 0
object lblAlignTo: TLabel
Left = 57
Top = 24
Width = 26
Height = 13
Caption = '&Align:'
FocusControl = cmbAlignTo
end
object lblVShift: TLabel
Left = 57
Top = 62
Width = 38
Height = 13
Caption = '&Shift by:'
FocusControl = seVShift
end
object cmbAlignTo: TComboBox
Left = 142
Top = 20
Width = 239
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'bottom to base line of text'
'middle to base line of text')
TabOrder = 0
end
object seVShift: TRVSpinEdit
Left = 142
Top = 57
Width = 92
Height = 22
Increment = 1.000000000000000000
MaxValue = 500.000000000000000000
MinValue = -500.000000000000000000
Indeterminate = True
TabOrder = 1
end
object cmbVShiftType: TComboBox
Left = 257
Top = 58
Width = 80
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Percent'
'Pixels')
TabOrder = 2
OnClick = cmbVShiftTypeClick
end
end
object gbSize: TGroupBox
Left = 8
Top = 104
Width = 395
Height = 129
Caption = ' Stretch '
TabOrder = 1
object lblWidth: TLabel
Left = 57
Top = 22
Width = 28
Height = 13
Caption = '&Width'
FocusControl = cmbAlignTo
end
object lblHeight: TLabel
Left = 57
Top = 62
Width = 31
Height = 13
Caption = '&Height'
FocusControl = seVShift
end
object lblDefSize: TLabel
Left = 57
Top = 96
Width = 47
Height = 13
Caption = 'lblDefSize'
end
object seWidth: TRVSpinEdit
Left = 142
Top = 19
Width = 92
Height = 22
Increment = 1.000000000000000000
MaxValue = 500.000000000000000000
MinValue = 1.000000000000000000
Value = 1.000000000000000000
Indeterminate = True
TabOrder = 0
end
object cmbWType: TComboBox
Left = 257
Top = 20
Width = 80
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Percent'
'Pixels')
TabOrder = 1
OnClick = cmbWTypeClick
end
object seHeight: TRVSpinEdit
Left = 142
Top = 57
Width = 92
Height = 22
Increment = 1.000000000000000000
MaxValue = 500.000000000000000000
MinValue = 1.000000000000000000
Value = 1.000000000000000000
Indeterminate = True
TabOrder = 2
end
object cmbHType: TComboBox
Left = 257
Top = 58
Width = 80
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Percent'
'Pixels')
TabOrder = 3
OnClick = cmbHTypeClick
end
end
end
object tsBreak: TTabSheet
Caption = ' Line '
ImageIndex = 2
object gbBreak: TGroupBox
Left = 8
Top = 6
Width = 395
Height = 107
Caption = ' Horizontal line '
TabOrder = 0
object lblBreakColor: TLabel
Left = 65
Top = 33
Width = 27
Height = 13
Caption = '&Color:'
FocusControl = cmbBreakColor
end
object lblBreakWidth: TLabel
Left = 65
Top = 70
Width = 31
Height = 13
Caption = '&Width:'
FocusControl = cmbWidth
end
object cmbBreakColor: TRVColorCombo
Left = 173
Top = 26
Width = 156
Height = 26
AutoColor = clWindowText
Indeterminate = True
OnColorChange = cmbBreakColorColorChange
TabOrder = 0
Caption = 'cmbColor'
ParentColor = False
end
object cmbWidth: TComboBox
Left = 173
Top = 65
Width = 86
Height = 22
Style = csOwnerDrawFixed
ItemHeight = 16
Items.Strings = (
'1'
'2'
'3'
'4'
'5'
'6')
TabOrder = 1
OnDrawItem = cmbWidthDrawItem
end
end
end
object tsTable: TTabSheet
Caption = ' Table '
ImageIndex = 3
object gbTableSize: TGroupBox
Left = 8
Top = 6
Width = 395
Height = 196
Caption = ' Table '
TabOrder = 0
object lblTableColor: TLabel
Left = 38
Top = 55
Width = 42
Height = 13
Caption = '&Fill Color:'
FocusControl = cmbTableColor
end
object lblCellPadding: TLabel
Left = 38
Top = 86
Width = 61
Height = 13
Caption = 'Cell &padding:'
FocusControl = cmbAlignTo
end
object lblCellSpacing: TLabel
Left = 38
Top = 107
Width = 114
Height = 32
AutoSize = False
Caption = 'Cell &spacing:'
FocusControl = cmbAlignTo
Layout = tlCenter
WordWrap = True
end
object lblTableWidth: TLabel
Left = 38
Top = 31
Width = 31
Height = 13
Caption = '&Width:'
FocusControl = seTableWidth
end
object seTableWidth: TRVSpinEdit
Left = 158
Top = 21
Width = 92
Height = 22
Increment = 1.000000000000000000
MaxValue = 1000.000000000000000000
MinValue = 1.000000000000000000
Value = 1.000000000000000000
Indeterminate = True
TabOrder = 0
OnChange = seTableWidthChange
end
object cmbTWType: TComboBox
Left = 269
Top = 22
Width = 80
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Percent'
'Pixels')
TabOrder = 1
end
object cmbTableColor: TRVColorCombo
Left = 158
Top = 49
Width = 156
Height = 26
Indeterminate = True
OnColorChange = cmbBreakColorColorChange
TabOrder = 2
Caption = 'cmbColor'
ParentColor = False
end
object seCellPadding: TRVSpinEdit
Left = 158
Top = 81
Width = 92
Height = 22
Increment = 1.000000000000000000
MaxValue = 30.000000000000000000
Indeterminate = True
TabOrder = 3
end
object seCellSpacing: TRVSpinEdit
Left = 158
Top = 112
Width = 92
Height = 22
Increment = 1.000000000000000000
MaxValue = 30.000000000000000000
MinValue = -1.000000000000000000
Indeterminate = True
TabOrder = 4
OnChange = seCellSpacingChange
end
object btnSpacing: TButton
Left = 256
Top = 111
Width = 100
Height = 25
Caption = '&More...'
TabOrder = 5
OnClick = btnSpacingClick
end
object btnTableBorder: TButton
Left = 141
Top = 152
Width = 120
Height = 25
Caption = '&Table Border...'
TabOrder = 7
OnClick = btnTableBorderClick
end
object btnCellBorder: TButton
Left = 266
Top = 152
Width = 120
Height = 25
Caption = '&Cell Borders...'
TabOrder = 8
OnClick = btnCellBordersClick
end
object btnTableBack: TButton
Left = 14
Top = 152
Width = 100
Height = 25
Caption = '&Image...'
TabOrder = 6
OnClick = btnTableBackClick
end
end
object gbTablePrint: TGroupBox
Left = 8
Top = 208
Width = 395
Height = 140
Caption = ' Printing '
TabOrder = 1
object lblHeadingRows: TLabel
Left = 13
Top = 53
Width = 109
Height = 13
Caption = 'Count of &heading rows:'
FocusControl = seHRC
end
object lblHeadingRowsTip: TLabel
Left = 13
Top = 78
Width = 371
Height = 52
AutoSize = False
Caption = 'Heading rows are repeated on each page of the table'
WordWrap = True
end
object cbNoSplit: TCheckBox
Left = 13
Top = 27
Width = 364
Height = 17
Caption = '&Keep table on single page'
TabOrder = 0
end
object seHRC: TRVSpinEdit
Left = 180
Top = 48
Width = 92
Height = 22
Increment = 1.000000000000000000
MaxValue = 1000.000000000000000000
Indeterminate = True
TabOrder = 1
OnChange = seCellSpacingChange
end
end
end
object tsRows: TTabSheet
Caption = ' Rows '
ImageIndex = 5
object rgRowVAlign: TRVOfficeRadioGroup
Left = 8
Top = 6
Width = 395
Height = 87
Columns = 3
Items = <
item
ImageIndex = 5
Caption = '&Top'
end
item
ImageIndex = 6
Caption = '&Center'
end
item
ImageIndex = 7
Caption = '&Bottom'
end>
Margin = 5
Images = ImageList1
TextAreaHeight = 25
Square = True
Caption = ' Vertical alignment '
Ctl3D = True
ParentCtl3D = False
TabOrder = 0
end
end
object tsCells: TTabSheet
Caption = ' Cells '
ImageIndex = 5
object gbCellBorder: TGroupBox
Left = 8
Top = 216
Width = 395
Height = 138
Caption = ' Border '
TabOrder = 2
object btnTop: TSpeedButton
Left = 46
Top = 55
Width = 23
Height = 22
Hint = 'Top Side (Ctrl+T)'
AllowAllUp = True
GroupIndex = 1
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000010000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
8888888888888888888887878787878787888888888888888888878888888888
8788888888888888888887888888888887888888888888888888878888888888
8788888888888888888887888888888887888888888888888888878888888888
8788888888888888888880000000000000888888888888888888}
ParentShowHint = False
ShowHint = True
OnClick = btnTopClick
end
object btnLeft: TSpeedButton
Left = 19
Top = 80
Width = 23
Height = 22
Hint = 'Left Side (Ctrl+L)'
AllowAllUp = True
GroupIndex = 3
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000010000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
8888888888888888888880878787878787888088888888888888808888888888
8788808888888888888880888888888887888088888888888888808888888888
8788808888888888888880888888888887888088888888888888808888888888
8788808888888888888880878787878787888888888888888888}
ParentShowHint = False
ShowHint = True
OnClick = btnTopClick
end
object btnRight: TSpeedButton
Left = 73
Top = 80
Width = 23
Height = 22
Hint = 'Right Side (Ctrl+R)'
AllowAllUp = True
GroupIndex = 4
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000010000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
8888888888888888888887878787878780888888888888888088878888888888
8088888888888888808887888888888880888888888888888088878888888888
8088888888888888808887888888888880888888888888888088878888888888
8088888888888888808887878787878780888888888888888888}
ParentShowHint = False
ShowHint = True
OnClick = btnTopClick
end
object btnBottom: TSpeedButton
Left = 46
Top = 105
Width = 23
Height = 22
Hint = 'Bottom Side (Ctrl+B)'
AllowAllUp = True
GroupIndex = 2
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
0400000000008000000000000000000000001000000010000000000000000000
8000008000000080800080000000800080008080000080808000C0C0C0000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
8888888888888888888880000000000000888888888888888888878888888888
8788888888888888888887888888888887888888888888888888878888888888
8788888888888888888887888888888887888888888888888888878888888888
8788888888888888888887878787878787888888888888888888}
ParentShowHint = False
ShowHint = True
OnClick = btnTopClick
end
object lblVS: TLabel
Left = 4
Top = 15
Width = 109
Height = 37
Alignment = taCenter
AutoSize = False
Caption = 'Visible sides:'
Layout = tlCenter
WordWrap = True
end
object Bevel2: TBevel
Left = 116
Top = 16
Width = 10
Height = 109
Shape = bsLeftLine
end
object lblCellBorderColor: TLabel
Left = 127
Top = 38
Width = 68
Height = 13
Caption = '&Shadow color:'
FocusControl = cmbCellBorderColor
end
object lblCellBorderLightColor: TLabel
Left = 127
Top = 72
Width = 52
Height = 13
Caption = '&Light color:'
FocusControl = cmbCellBorderLightColor
end
object cmbCellBorderColor: TRVColorCombo
Left = 227
Top = 31
Width = 156
Height = 26
AutoColor = clWindowText
Indeterminate = True
OnColorChange = cmbCellBorderColorColorChange
TabOrder = 0
Caption = 'cmbColor'
ParentColor = False
end
object cmbCellBorderLightColor: TRVColorCombo
Left = 227
Top = 65
Width = 156
Height = 26
AutoColor = clBtnFace
Indeterminate = True
OnColorChange = cmbCellBorderLightColorColorChange
TabOrder = 1
Caption = 'cmbColor'
ParentColor = False
end
end
object gbCells: TGroupBox
Left = 8
Top = 6
Width = 395
Height = 118
Caption = ' Settings '
TabOrder = 0
object lblCellColor: TLabel
Left = 28
Top = 85
Width = 41
Height = 13
Caption = '&Fill color:'
FocusControl = cmbCellColor
end
object lblPixels: TLabel
Left = 286
Top = 56
Width = 27
Height = 13
Caption = 'Pixels'
end
object seCellBestWidth: TRVSpinEdit
Left = 175
Top = 21
Width = 92
Height = 22
Increment = 1.000000000000000000
MaxValue = 2000.000000000000000000
MinValue = 1.000000000000000000
Value = 1.000000000000000000
Indeterminate = True
TabOrder = 1
OnChange = seCellBestWidthChange
end
object cmbCellBWType: TComboBox
Left = 286
Top = 22
Width = 80
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Percent'
'Pixels')
TabOrder = 2
end
object seCellBestHeight: TRVSpinEdit
Left = 175
Top = 51
Width = 92
Height = 22
Increment = 1.000000000000000000
MaxValue = 2000.000000000000000000
MinValue = 1.000000000000000000
Value = 1.000000000000000000
Indeterminate = True
TabOrder = 4
end
object cmbCellColor: TRVColorCombo
Left = 125
Top = 78
Width = 156
Height = 26
Indeterminate = True
OnColorChange = cmbBreakColorColorChange
TabOrder = 5
Caption = 'cmbColor'
ParentColor = False
end
object cbCellWidth: TCheckBox
Left = 28
Top = 24
Width = 145
Height = 17
Caption = 'Preferred &width:'
Checked = True
State = cbChecked
TabOrder = 0
end
object cbCellHeight: TCheckBox
Left = 28
Top = 54
Width = 146
Height = 17
Caption = '&Height at least:'
Checked = True
State = cbChecked
TabOrder = 3
end
object btnCellBack: TButton
Left = 286
Top = 79
Width = 100
Height = 25
Caption = '&Image...'
TabOrder = 6
OnClick = btnCellBackClick
end
end
object rgCellVAlign: TRVOfficeRadioGroup
Left = 8
Top = 128
Width = 395
Height = 87
Columns = 4
Items = <
item
ImageIndex = 5
Caption = '&Top'
end
item
ImageIndex = 6
Caption = '&Center'
end
item
ImageIndex = 7
Caption = '&Bottom'
end
item
ImageIndex = 4
Caption = '&Default'
end>
Margin = 5
Images = ImageList1
TextAreaHeight = 25
Square = True
Caption = ' Vertical alignment '
Ctl3D = True
ParentCtl3D = False
TabOrder = 1
end
end
end
object ImageList1: TImageList
Height = 24
Width = 24
Left = 215
Top = 386
Bitmap = {
494C010108000900040018001800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
000000000000360000002800000060000000480000000100200000000000006C
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080008080800080808000808080008080800080808000808080008080
8000808080000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
0000C0C0C00000000000C0C0C00000000000C0C0C00000000000C0C0C0000000
0000C0C0C00000000000C0C0C00000000000C0C0C00000000000C0C0C0000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C0000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C0000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000000000000000000000000000000000000000000000000000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C00000000000000000000000000000000000000000000000000000000000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000000000000000000000000000000000000000000000000000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000C0C0C0000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000C0C0
C000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000C0C0C0000000
0000C0C0C00000000000C0C0C00000000000C0C0C00000000000C0C0C0000000
0000C0C0C00000000000C0C0C00000000000C0C0C00000000000C0C0C0000000
0000C0C0C0000000000000000000000000000000000000000000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
C000C0C0C0000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000424D3E000000000000003E000000
2800000060000000480000000100010000000000600300000000000000000000
000000000000000000000000FFFFFF0000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFF80000180
0001800001800001BFFFFDBFFFFDBFFFFDBFFFFDBFFFFDBFFFFDBFFFFDA00005
BFFFFDBFFFFDBFFFFDA00005BFFFFDBFFFFDBFFFFDBFFFFDBFFFFDBFFFFDBFFF
FDA00005BFFFFDBFFFFDBFFFFDA00005BFFFFDBFFFFDA00005BFFFFDBFFFFDBF
FFFDA00005A00005BFFFFDBFFFFDBFFFFDA00005BFFFFDBFFFFDA00005BFFFFD
BFFFFDBFFFFDA00005BFFFFDBFFFFDA00005BFFFFDBFFFFDBFFFFDA00005A000
05BFFFFDBFFFFDBFFFFDA00005BFFFFDBFFFFDA00005BFFFFDBFFFFDBFFFFDA0
0005BFFFFDBFFFFDBFFFFDBFFFFDBFFFFDBFFFFDBFFFFDA00005BFFFFDBFFFFD
BFFFFDA00005BFFFFDBFFFFDBFFFFDBFFFFDBFFFFDBFFFFD8000018000018000
01800001FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD55557C00007C00007C00007
FFEFFFDFEFF7DFEFF7DFEFF7DFEFF7DFEFF7DFEFF7DFEFF7FFEFFFDFEFF7DFEF
F7DFEFF7DFEFF7DFEFF7DFEFF7DFEFF7FFEFFFDFEFF7DFEFF7DFEFF7DFEFF7DF
EFF7DFEFF7DFEFF7FFEFFFDFEFF7DFEFF7DFEFF7DFEFF7DFEFF7DFEFF7DFEFF7
E0000FC00007C00007C00007DFEFF7DFEFF7DFEFF7DFEFF7FFEFFFDFEFF7DFEF
F7DFEFF7DFEFF7DFEFF7DFEFF7DFEFF7FFEFFFDFEFF7DFEFF7DFEFF7DFEFF7DF
EFF7DFEFF7DFEFF7FFEFFFDFEFF7DFEFF7DFEFF7DFEFF7DFEFF7DFEFF7DFEFF7
FFEFFFDFEFF7DFEFF7DFEFF7D55557C00007C00007C00007FFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
000000000000}
end
end